| class RendererRenders a decoded stream with Cavern.| Visibility | Public | | Modifiers | abstract |
Public functionsPublic static functionsProtected functionsPublic properties| int Channels | Content channel count. | | bool HasObjects | The stream is object-based. | | IReadOnlyList<Source> Objects | Rendered Cavern objects. Might not be dynamic, channels are rendered as stationary objects. |
Public variablesProtected variables| List<Source> objects | Rendered Cavern objects. Might not be dynamic, channels are rendered as stationary objects. | | float[][] objectSamples | Samples for the rendered objects in the last update. | | StreamMaster reader | Sample supplier for the rendered objects. | | Decoder stream | Source stream. |
|